Welcome![Sign In][Sign Up]
Location:
Search - tree list

Search list

[Data structsBiTNode

Description: 1.建立二叉链表。 要求:按先序遍历规则,从键盘连续输入二叉树的先序序列,若无孩子结点,则用*代替,以示空指针的位置。 2.用先序、后序遍历递归算法对前面建立好的二叉链表树进行遍历。要求分别显示遍历后的结点序列。 3.调用计算二叉树的叶子结点算法,统计上述二叉链表树的叶子结点总数,从屏幕显示二叉链表树的叶子结点总数。 4.设计一个算法,求二叉树中值为x的结点的所在层的层号。 -1. The establishment of binary list. Requirements: preorder traversal according to the rules of binary continuous input from the keyboard of the first-order sequence, without the child node, then instead of using* to show the location of a null pointer. 2. First-order, postorder recursive algorithm to the list in front of the establishment of good binary tree traversal. Requests were displayed after the node traversal sequence. 3. Call calculated the leaf nodes binary tree algorithm is, statistics list the above-mentioned binary tree, the total number of leaf nodes from the screen display binary tree list the total number of leaf nodes. 4. Design an algorithm, seeking value in a binary tree node x, the layer where the layer number.
Platform: | Size: 1024 | Author: 张敏 | Hits:

[Internet-NetworkPacketSnifferOk

Description: PacketSniffer 网络原始数据包嗅探器(修正版) 一个网络抓包工具,支持三种协议(TCP,UDP和ICMP)的数据包抓取,使用winsock API编写, 可以很方便的扩展自己的程序。可以把每种抓取的协议数据保存到日志记录文件中。 抓包速度比较快,以树形列表给与分析,可以查看原始数据包。 该程序需要在Windows XP/2000/NT操作系统上,并且有管理员权限。 -PacketSniffer raw data network packet sniffer (Revised Version) a PacketCapture tools to support the three kinds of protocols (TCP, UDP and ICMP) packet capture, using the winsock API write, you can easily expand their programs. Can be saved for each crawl of the protocol data to a log file. Ethereal' s faster, in order to give the analysis of tree list, you can view the original packets. The program requires Windows XP/2000/NT operating system and has administrator privileges.
Platform: | Size: 58368 | Author: info | Hits:

[Windows DevelopLinkedList

Description: FULL Linked list,circular linked list,double linked list,circular linked list,Binary Tree.
Platform: | Size: 5120 | Author: darshankasavar | Hits:

[VC/MFCjtcwVC

Description: 该套软件主要用来记录家庭财务收入与支出的情况。软件包括下面几个方面的主要界面:1、用户登录界面:单击左边窗口的用户登录按钮可以进入该界面。输入要操作人的用户名和密码,这里由于只提供给自己家用,所以只有两个用户,可以输入ycl 密码:12345进入。2、账目现状界面:登录成功自动进入账目现状界面,当然也可以通过单击左边窗口中的账目现状按钮进入该界面,该界面可以显示指定时间段内的收入与支出情况,统计出现有余额。并通过树状列表显示各项收入支出的情况。3、资金进账界面:登录成功后,才能运行该界面,用户通过单击左窗口中的资金进账按钮来进入该界面。该界面可以显示指定时间段内的支出情况,并可以添加新的收入项目。测试时可以选择6月到10月之间的项目4、资金支出界面:登录成功后才能运行该界面,用户通过单击左窗口中的资金支出按钮来进入该界面。该界面可以显示指定时间段内的收入情况,并可以添加新的支出项目。测试时可以选择6月到10月之间的项目5、系统退出:用户可以通过单击左窗口中的系统退出按钮来退出系统的运行-Of the software is mainly used to record income and expenditure of the family financial situation. Several aspects of the software includes the following main interfaces: one, the user login screen: Click the button to the left of the window the user can log into the interface. Enter the operator s user name and password, here as available only to their own home, so there are only two users, you can enter ycl Password: 12345 to enter. 2, accounts for the status quo interface: Log in automatically into the accounts of the success of the status quo interface, of course, the left window by clicking the button in the accounts of the status quo into the interface that can display the specified time period of the income and expenditure, statistics appeared in the balance. Through the tree list displays all the income and expenditure situation. 3, funds much richer interface: login is successful, in order to run the interface, the user window by clicking the left button to enter the capital m
Platform: | Size: 5858304 | Author: 张馨元 | Hits:

[JSP/Javacuongtv_53_hw01

Description: Write a program using Java language has the duty to read a text file and statistics of the words in the file. Programs need to use dynamic data structures (eg binary tree or linked list). Information about each word stored in a node in the structure. Data into a text file containing text. Each word is a continuous chain letters a.. Z, A.. Z, all the characters remaining is considered as the separation character between the words (for example, command-line will be counted as two words ). When counting the number of occurrences of the words singular and plural, eg book and books, are considered different words. Words capitalized or lower, for example, book and Book is considered the same word.
Platform: | Size: 3072 | Author: cuongtv | Hits:

[Linux-Unixtree.tar

Description: 很强大的链表。二叉树源码,很好使用。希望更多的人使用-A very strong list. Binary source, a very good use. Hope that more people use
Platform: | Size: 1024 | Author: mike | Hits:

[Data structserchashu.txt.tar

Description: 实现二叉树链表表示的二叉树: 建立一棵二叉树; 按先序、中序和后序遍历二叉树; 按层次遍历; 求一棵二叉树的高度; 交换一棵二叉树的左右子树; 复制一棵二叉树。-Realize that the binary tree binary tree list: building a binary tree by the first order, in sequence, and after traversing a binary tree by level traversal seek a binary tree of height exchange of a binary left and right sub-tree tree copy a binary tree.
Platform: | Size: 1024 | Author: 杨永勇 | Hits:

[Windows Develop2cha

Description: 1 顺序表转成链表建立二叉树 2 交换左右孩子 3 判断完全二叉树-A sequence of Table 2 converted into a binary tree list to establish the exchange of judgments about a child three full binary tree
Platform: | Size: 3483648 | Author: 许振海 | Hits:

[SCMCustomListControl

Description: 功能非常强大的自定义列表控件(排序、背景、树状伸缩、在线编辑)源代码-Very powerful custom list control (sorting, background, tree expansion, on-line editor) source code
Platform: | Size: 478208 | Author: sammi | Hits:

[GDI-BitmapDrawSys

Description: GDI图形编程,能绘制矩形、椭圆、圆、填充矩形等,并实现一个树形列表列出图形对象,选中能闪烁,显示图形对象属性-GDI graphics programming, can draw rectangular, oval, round, filled rectangle, and set out to achieve a graphic object tree list, select to flash, display graphics object properties
Platform: | Size: 4722688 | Author: | Hits:

[GUI DevelopExm_Menu_ToolBar

Description: Windows编程:字体、控件(树形、列表、TAB控件)、颜色控制-Windows Programming: fonts, controls (tree, list, TAB control), Color Control
Platform: | Size: 176128 | Author: wang | Hits:

[Data structsTREE

Description: 采用孩子史弟链表的方法建立树的存储结构,并用队列的方法实现,求树的深度,-Adopt child History brother list method establish tree storage structure and use queue method implementation, seeking tree depth
Platform: | Size: 2048 | Author: 申超波 | Hits:

[Dialog_Windowab

Description: 设计用于查询学生信息的应用程序,要求界面有一个树形控件和列表控件。树形控件分三层显示学生的分类情况:第一层是按“学院”分类,第二层按“学年”分类,第三层按“班级”分类。双击“班级”项,要在列表控件里以报表格式显示该班所有学生的学号、姓名、住址和联系方式-Designed to check student information applications require control and interface with a tree list control. Tree Controls show the students a three-tier classification: the first level is based on " college" category, the second layer by " school year" category, the third layer by " class" category. Double-click the " Class" item to the list control in report format to all students learn the course number, name, address and contact
Platform: | Size: 412672 | Author: 李海涛 | Hits:

[GUI DevelopShowDirectory

Description: 主要熟悉VC++高级控件的开发使用,应用树形控件与列表控件显示系统的资源列表-Main familiar with VC++ developers to use advanced controls, application controls and the tree list control displays a list of system resources
Platform: | Size: 29696 | Author: 穴习中 | Hits:

[Data structsBinary_Tree

Description: 根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。 二叉树的基本功能: 1、二叉树的建立 2、前序遍历二叉树 3、中序遍历二叉树 4、后序遍历二叉树 5、按层序遍历二叉树 6、求二叉树的深度 7、求指定结点到根的路径 8、二叉树的销毁 -According to the abstract data type binary definition, use two forks to implement a binary tree list. The basic function of a binary tree: 1, build the binary tree 2, 3, before traversing a binary tree, binary tree traversal in the order 4, 5, after traversing a binary tree, binary tree traversal according to the sequence 6, find binary tree of depth 7, find the specified path to the root node 8, the destruction of binary tree
Platform: | Size: 577536 | Author: tryqtyl | Hits:

[JSP/Javalist

Description: javascript实现xml文档对象的树形列表-javascript xml document to achieve the object list tree
Platform: | Size: 21504 | Author: YANLIANG | Hits:

[ListView/ListBoxVB_unlimited_tree_style_list_ListView

Description: VB做的无限级树式展开的ListView 列表VB to do the unlimited level tree-style list to start the ListView-VB to do the unlimited level tree-style list to start the ListView
Platform: | Size: 9216 | Author: wangqing | Hits:

[xml-soap-webserviceRssFeedTree

Description: RSS feeds are XML formatted documents used to present digital content. RSS typically list items, such as articles or blogs posts. Here s how to create a simple RSS feed reader by transforming the XML into a tree view. Learn how to attach data to a tree item. Full Delphi source code ahead.
Platform: | Size: 266240 | Author: cdnsolution | Hits:

[matlabdsatbx

Description: matlab数据结构 算法工具箱, 包括堆栈 队列 2叉树 红黑树 -Data Structures & Algorithms Toolbox ==================================== The Data Structures & Algorithms Toolbox provides advanced data structures and algorithms for the Matlab(r) 5 environment. It implements functions to create and destroy singly and doubly linked list, stack, queue, binary tree and red-black (balanced) binary tree. Data elements can be inserted, deleted or searched for. A graphical representation of trees can be shown. All algorithms are clearly written as m-files, which allows the toolbox to be used as a teaching aid in educational data structures courses. This is the first implementation available of advanced datatypes, common in other languages, for Matlab.
Platform: | Size: 116736 | Author: austin | Hits:

[Data structsbitree-bianli

Description: 输入根据用户的输入信息,建立二叉树的二叉链表。 利用递归和非递归实现二叉树的中序遍历,利用队列实现二叉树的层次遍历。 -Enter the information based on user input, the establishment of binary binary tree list. Recursive and non recursive implementation of binary tree traversal, the use of queues to achieve the level of binary tree traversal.
Platform: | Size: 6144 | Author: tang | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net